(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <graphics/rastport.h>
#include <intuition/intuition.h>
#include <intuition/imageclass.h>
#include <proto/intuition.h>
void DrawImageState()
SYNOPSIS
struct RastPort * rp
struct Image * image
LONG leftOffset
LONG topOffset
ULONG state
struct DrawInfo * drawInfo

LOCATION
In IntuitionBase at offset 103
FUNCTION
This function renders an image in a certain state.

INPUTS
rp
Render in this RastPort
image
Render this image
leftOffset, topOffset
Add this offset to the position stored in the image.
state
Which state (see intuition/imageclass.h for possible valued).
drawInfo
The DrawInfo from the screen.
RESULT
None.

NOTES
DrawImageState(), handles both boopsi and conventional images.

EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
08.11.1996 aros
All OS function use now Amiga types

Moved intuition-driver protos to intuition_intern.h

24.10.1996 aros
Use the official AROS macros over the __AROS versions.
23.10.1996 aros
Three new functions: DrawImageState(), EraseImage() and PointInImage() by C. Aldi.

First version of IMAGECLASS by C. Aldi